home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-10 / statm_oh.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-09-01  |  2KB  |  38 lines

  1. echo off
  2. cls
  3. if not %2x==x goto START
  4. goto BEGIN
  5. :BEGIN
  6. echo.
  7. echo.
  8. echo     ╔══════════════════════════════════════════════════════════════════╗
  9. echo     ║   To install StatMaster to drive C, in a subdirectory called OH, ║
  10. echo     ║ type "INSTALL C OH", then press the Enter key (─┘).             ║
  11. echo     ║                                                                  ║
  12. echo     ║   To install StatMaster to another drive and/or subdirectory,    ║
  13. echo     ║ use the syntax: "INSTALL drivename subdirectory".                ║
  14. echo     ║                                                                  ║
  15. echo     ║   Please type your command line at the prompt now . . .          ║
  16. echo     ╚══════════════════════════════════════════════════════════════════╝
  17. echo.
  18. goto FINISH
  19. :START
  20. echo.
  21. stat-oh %1:\%2 /w
  22. echo.
  23. echo                The installation is now complete . . .
  24. echo.
  25. echo     ╔═════════════════════════════════════════════════════════════════╗
  26. echo     ║   For an introduction to StatMaster Desktop Demographics, type  ║
  27. echo     ║ "INFO", then press the Enter key (─┘).                         ║
  28. echo     ║                                                                 ║
  29. echo     ║   To start the program, type "OH", then press the Enter key.    ║
  30. echo     ║                                                                 ║
  31. echo     ║   If you have difficulty with this installation or with any     ║
  32. echo     ║ other aspect of StatMaster, please call us at (602)491-0022.    ║
  33. echo.    ╚═════════════════════════════════════════════════════════════════╝
  34. echo.
  35. %1:
  36. cd\%2
  37. :FINISH
  38.